home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation: Next View / Next Generation Disc Magazine 1 (1996).ISO / pc / media / main.dxr / Internal_33.ls < prev    next >
Encoding:
Text File  |  1996-08-26  |  160 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(3, "dleep")
  3.   set the movieRate of sprite 8 to -2
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(3, "dleep")
  8.   set the movieRate of sprite 8 to 1
  9. end
  10.